ChartSweepDirection

The available options for positioning elements at angles around a circle.
 

Example

The following is an example of how to reference the ChartSweepDirection object:

	// The full path is required.
	dundas.controls.ChartSweepDirection.CLOCKWISE
	

 

Properties

 
  Name Description
  CLOCKWISE Elements are placed at angles increasing in value around the circular area in a clockwise direction.
  COUNTERCLOCKWISE Elements are placed at angles increasing in value around the circular area in a counterclockwise direction.